home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / scripts / compress.tcl < prev    next >
Encoding:
Text File  |  1992-01-18  |  191 b   |  11 lines  |  [TEXT/$Tcl]

  1.  
  2. print "This is the compress test script"
  3.  
  4. print "Compressing 16 bits CompTest.in into CompTest.out.Z..."
  5.  
  6. compress 16 CompTest.in CompTest.out.Z
  7.  
  8. print "Compress completed."
  9.  
  10. format "Done."
  11.